home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
- #
- # start a debugging shell
- #
- # runlevels: debug
-
- # give a shell to MPlayer in debug mode
- echo "### Starting debugging shell ###"
- sed -i 's%ok=\"quit 166\"/>%ok=\"quit 166\"/> <e name=\"Console\" ok=\"set_menu console\"/>%' /etc/mplayer/menu.conf
-
- # start shell
- /bin/sh
-
- exit 0
-